Problem: Blockchain upgraded with new API spec#53
Conversation
… to "MANTRA Scan"
WalkthroughThe changes update how gas price data is fetched and calculated, adjust constant values for gas calculations and explorer URLs, and update displayed explorer names. The application version and a dependency reference are also incremented. No public API signatures are altered, and all updates are internal or cosmetic. Changes
Sequence Diagram(s)sequenceDiagram
participant UI
participant BlockchainInfoRepository
participant QueryAPI
UI->>BlockchainInfoRepository: fetchGasPrice()
BlockchainInfoRepository->>QueryAPI: baseFee()
QueryAPI-->>BlockchainInfoRepository: EvmBaseFee200Response(baseFee)
BlockchainInfoRepository-->>UI: {gasPrice, amount, denom}
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (7)
|
Summary by CodeRabbit